home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / LOTTORTS / GOLFTRK.LZH / PGT.DOC < prev    next >
Text File  |  1992-08-02  |  19KB  |  427 lines

  1. ABOUT PERSONAL GOLF TRACKER
  2.  
  3.  The intent of the program is to provide an easy way to keep
  4.  track of your golf scores.  As the program expanded I wanted to
  5.  know more than just my scores.  Now you can know much more about
  6.  your game than just what you shot.  Personal Golf Tracker
  7.  has the following features:
  8.  
  9.  1.      Keep track of your scores.
  10.  2.      Display your personal best on each course you play.
  11.  3.      Display average scores on par 3's, 4's and 5's.
  12.  4.      Compare your scores to Par, Bogey or Double Bogey.
  13.  5.      Graphically Show the percentage of time you shot Par, Bogey or
  14.          Double Bogey.
  15.  6.      Show percentage distribution of Eagle, Birdie, Par, etc.
  16.  7.      Graphically display your high, low and average hole by
  17.          hole.
  18.  8.      Track six special aspects of your game of your choosing.
  19.  9.      Graphically display your trends of six aspects of your
  20.          game of your choosing.
  21.  10.     Print a hard copy of the rounds you've entered.
  22.  11.     Print summaries of your performance on all courses
  23.          or all golfers on a single course.
  24.  11.     Enter up to 99 rounds on 64 courses of 96 golfers.
  25.  12.     Analyze rounds before and after a given date.
  26.  13.     Calculate handicaps.
  27.  14.     Check your consistancy on each hole or on rounds played.
  28.  15.     Keep summaries of your performance across all courses played.
  29.  16.     Rank golfers acording to summary information you select.
  30.  
  31.  This program was created in part with the following programs:
  32.  
  33.  Microsoft QuickBasic - Version 4.5
  34.  
  35.  ProBas - originally Advbas (Shareware)
  36.          Hammerly Computer Services Inc.
  37.          8008 Sandy Spring Road
  38.          Laurel, Maryland  20707
  39.  
  40.  Prowindows Lite - a Shareware program
  41.          Daniel P. Stasinski
  42.          Systems Management Consultant
  43.          30 North Street
  44.          Willits, CA  95490
  45.  
  46.  Scredit - a Shareware program
  47.          TIYLI Software
  48.          4614 Arapahoe Tr.
  49.          Austin, TX  78745
  50.  
  51.  QuickBasic, Probas, Prowindows Lite and Scredit are trademarks of
  52.  their respective companies.
  53.  
  54. USING PERSONAL GOLF TRACKER
  55.  
  56.  The Personal Golf Tracker program uses horizontal and drop-down
  57.  menus to select the program options. Use the left, right, up,
  58.  down, home, and end (arrow) keys to make your menu selections.
  59.  You can also use the mouse to make menu selections.  Make your
  60.  selections by clicking the left mouse button.  The right mouse
  61.  button operates the same as the ESC key.
  62.  
  63.  Get help by hitting the F1 key or clicking on help in the upper
  64.  right corner of the screen.  Although the help system is not
  65.  context sensitive you can get a menu of the help screens and
  66.  select the topics.  You get to the menu by hitting F1 while no
  67.  drop down menus are on the screen.  Said another way, hit the F1
  68.  key at the main menu.
  69.  
  70.  Adding Golfers:
  71.  
  72.  You must enter two elements to add a golfer.  First enter a
  73.  name.  The name may be up to 20 characters long and may be any
  74.  ASCII character.  File names may contain up to eight characters.
  75.  The program will append the file name extension of .GLF.  Your file
  76.  name may contain only letters and numbers.  Both the golfer name
  77.  and the file name must be unique meaning that you can't have two
  78.  golfers with the same name and you can't have two file names the
  79.  same.
  80.  
  81.  Adding Courses:
  82.  
  83.  You must enter the course name, up to twenty characters and
  84.  select either 9 or 18 holes.  If you choose nine holes the back
  85.  nine will be a duplicate of the front nine.  The  slope rating is only
  86.  included for reference and is not used when calculating handicaps.
  87.  
  88.  Adding Rounds:
  89.  
  90.  Before you can add rounds you must have selected a golfer and a
  91.  course.  Having done that you enter a round by telling the
  92.  program if it's a nine or eighteen hole round. If it's a nine
  93.  hole round you must select the front or back nine.  IMPORTANT:  The
  94.  program sorts out the rounds you enter based on the date you put
  95.  in for the round.  This is important because when you track your
  96.  statistics you won't see the trend unless the rounds were
  97.  properly dated.  Handicaps are also calculated based on the ordering
  98.  of the rounds and they will calculate incorrectly if the rounds are
  99.  not in proper order. To properly sort the date you must enter it
  100.  in yy-mm-dd order and you must use the same delimiter (-) for
  101.  all rounds.  The computer supplies the system date by default
  102.  and it works well if you keep up to date entering your rounds.  If you
  103.  are entering a single round for many golfers at the same time you can
  104.  press N for next to advance to the next golfer in the database without
  105.  having to go back through the program menus.
  106.  
  107. Selection Lists:
  108.  
  109.  What I'm calling the selection list is a vertical menu window
  110.  that opens displaying a listing of golfers, courses, or rounds.
  111.  You can select a golfer, course, or round to modify or delete in
  112.  several ways.  You can click the left mouse button on the
  113.  selection you want. In most cases you can enter the first letter
  114.  of a word.  This will make a menu selection for you or advance
  115.  the selection list to that portion of the alphabet.  You can
  116.  also use the Page up and Page down keys to move around a
  117.  selection list.  You can move up and down and to the start or
  118.  end of the list by clicking the left mouse button on the bottom
  119.  line of the list box at the appropriate point.
  120.  
  121.  Deleting:
  122.  
  123.  Choose Delete from the golfer, course, and rounds menus. You
  124.  will be presented with the appropriate selection list.  Use the
  125.  arrow keys or the mouse to make your selection.
  126.  
  127.  The Escape Key:
  128.  
  129.  Hitting the ESC key or clicking the right mouse button will back
  130.  you up one menu level or exit a routine without making changes.
  131.  
  132.  How the program deals with files:
  133.  
  134.  There are three files active during a session.  A course file, a
  135.  file containing the golfer names, and your golfer file.  There
  136.  is a separate file maintained for each golfer entered into the
  137.  program.  Personal Golf Tracker uses these files to find the
  138.  proper course and golfer.   It does this by matching the course
  139.  name found in both the course file and in the golfer's personal
  140.  file.  The names must be an exact match.  As an example, if you
  141.  accidentally delete a course there may be rounds assigned to
  142.  that course in the golfer's personal file. You may reenter the
  143.  course and it will match up with the golfer's rounds only if the
  144.  course names are exactly the same. Otherwise the program will
  145.  assume the course is different and will not find a match.
  146.  
  147. Bottom display line (status line):
  148.  
  149.  The left twenty spaces contain the selected golfer name and the
  150.  right twenty spaces contain the selected course name.  In the
  151.  middle of the status line you will find help text further
  152.  explaining the meaning of the highlighted menu selection.  The
  153.  space between the help and the golfer name indicates the round
  154.  number that is highlighted on a selection list.  This helps you
  155.  find the correct round to modify or delete.  To the right of the
  156.  help text is the comparison indicator.  It tells you what the
  157.  program is using to create the percentage numbers on the rounds
  158.  list screen and controls the highlight on the graph rounds
  159.  screen.  The indicator will be P,B or D.  P meaning Par, B for
  160.  Bogey and D for Double Bogey.  As an example, if B is displayed
  161.  the program makes comparisons to Bogey.  You can change this
  162.  to another indicator to make comparisons to par under the Default
  163.  Other menu selection. Second, you can use an alt key combination
  164.  after listing all rounds on the rounds list screen.  For
  165.  comparisons to Par type Alt-P after the rounds listing is
  166.  complete. It will re-display the rounds comparing them to Par.
  167.  
  168. Setting program defaults:
  169.  
  170.  Other:
  171.  
  172.  Under the "other" menu selection there are five program
  173.  operation selections and three selection relating to the
  174.  display.  Selecting Double Stats For Nines will double the
  175.  statistics values you enter for nine hole rounds.  This is
  176.  helpful to keep your statistics in perspective if you normally
  177.  play eighteen hole rounds. Compare To was explained above.
  178.  Oldest and Newest date is a filter which enables you to avoid
  179.  displaying and calculating rounds entered outside the entered
  180.  date. Selecting Nine or Better means that you will not have to
  181.  enter a return after entering each hole when adding a round.
  182.  This makes entering rounds much faster and easier.  The catch is
  183.  that you can't enter a score over nine.  If you have a round in
  184.  which you scored over nine on a hole set this switch to "N" and
  185.  the program will allow you to enter higher scores but you will
  186.  have to press the return key after entering each hole score.
  187.  
  188.  The selections relating to the display are features you may or
  189.  may not want to change.  Snow Suppression slows down the display
  190.  but eliminates snow on older CGA video adaptors.  Sound and
  191.  Explode relate to how windows are opened.
  192.  
  193.  You should also select either Drive A or B for the disk drive on
  194.  which you will be backing up your files.
  195.  
  196.  
  197.  Names:
  198.  
  199.  You select the titles for the statistics you want to track.  The
  200.  initial names are provided for you.  As an example, you could
  201.  keep track of any aspect of your game that you want.  You may
  202.  want to use one name as total score so you can get a graphical
  203.  look at your progress/consistency on the "Graph Statistics"
  204.  screen.
  205.  
  206.  Backup:
  207.  
  208.  Keeps a copy of the golfer's files with the extension.GLF.  It
  209.  also keeps a backup of the "golfer.lst" and "course.lst" files.
  210.  The files will be copied to the disk drive you have designated
  211.  under the Default Other menu selection. As with all things
  212.  mechanical, you should backup your golfer files to floppy disk
  213.  regularly.  To set the drive to backup files see "Other" above.
  214.  
  215.  About the Rounds Menu Selections:
  216.  
  217.  High/Low Graph:
  218.  
  219.  This displays your highest, lowest and average scores on a hole
  220.  by hole basis for the selected course.  The averages that are
  221.  highlighted indicate your average equals the default comparison
  222.  selection.  You can use Alt-P etc. to change the highlights.
  223.  This will help you see the holes on which you have room to improve.
  224.  
  225.  Statistics Graph:
  226.  
  227.  This screen is intended to show trends for the latest nineteen
  228.  rounds you have played on the selected course. There are six
  229.  graphs available for you to keep track of the statistics you've
  230.  selected to watch.  The graphs are automatically scaled and are
  231.  the best I could think of and still keep the program compatible
  232.  with text only systems. You may "zoom in" on any of the six
  233.  graphs by holding down the Alt key and entering a one through six
  234.  on the keyboard.  NOTE: You must use the number keys above the letter
  235.  keys.  Numbers on the numeric keypad will not work.  This enables you
  236.  to see rounds in better detail.  The graphs are numbered
  237.  left to right and top row to bottom row. For example, if you want to
  238.  zoom in on the top middle graph enter Alt-2. The bottom right graph is
  239.  selected by entering Alt-6.
  240.  
  241.  
  242. Alt:
  243.  
  244.  On the top line of the display you will see  "Alt:" from time to time.
  245.  This shows you which Alt key combinations are active.  Pressing the keys
  246.  shown will change the comparisions to Par, Bogey, or Double Bogey.
  247.  In other cases an advanced program feature will be invoked. For example:
  248.  In the case of the Graph Statistics screen the Alt key combination allows
  249.  you to "Zoom" in on a particular statistic.
  250.  
  251.  
  252.  
  253. List Rounds Screen:
  254.  
  255.  The upper portion is used to scroll through the rounds.  Scores
  256.  better than or equal to par, bogey, or double bogey are highlighted.
  257.  The percentage line shows what percentage of time you have made par,
  258.  bogey, or double bogey.  Also shown are your averages for the rounds
  259.  you've played plus your average scores on par three's, four's and
  260.  five's.  You can also get an indication of your consistancy on the
  261.  rounds you have played.  The bottom line displays the best score
  262.  you've had on each hole. You can stop the display from scrolling
  263.  by hitting any key.
  264.  
  265.  Using Alt keys in the List Rounds Screen:
  266.  
  267.  Alt P,B, and D change comparisons to Par, Bogey, or Double Bogey.
  268.  Pressing Alt C will display the summary of your scores that includes
  269.  all courses that fall within the Oldest and Newest Dates that you have
  270.  selected.  This allows you to get information that is comparable
  271.  between courses.  Because different courses may have different pars,
  272.  your average on the front, back and eighteens is displayed as a
  273.  differential rather than an average score. Typing Alt T allows you a
  274.  quick and easy way to change the Oldest and Newest Dates without having
  275.  to go back to the menus.  Alt N will jump you to the next course in
  276.  the database.  This avoids the need to revisit the menus to choose
  277.  another course.
  278.  
  279.  
  280.  Handicaps:
  281.  
  282.  Personal Golf Tracker calculates handicaps based on several factors.
  283.  You are presented with two numbers.  The number on the left indicates
  284.  your handicap for all 18 hole rounds for all courses.  The number on
  285.  the right indicates your handicap for the selected course. This can
  286.  help you see how your performance varies from course to course.  The
  287.  program will use the entered course rating to calculate handicaps unless
  288.  it is ten strokes away from course par.  If that is the case then PGT
  289.  will use course par to calculate handicaps.  PGT will also filter the
  290.  handicap calculation based on the Oldest and Newest date that you have
  291.  set under the Default Other menu.  You must have at least five 18 hole
  292.  rounds entered before a handicap calculation is made.
  293.  
  294.  Nine hole Handicaps:
  295.  
  296.  Nine hole handicaps are based on the best 9 of the last 18 nine hole
  297.  scores added to the program.  It takes at least three nine hole rounds
  298.  to calculate a handicap.  Nine hole handicaps are based on 96% of the
  299.  average differential between course par and score for the respective
  300.  nine.
  301.  
  302.  IMPORTANT: Personal Golf Tracker calculates handicaps for your own personal
  303.  use as an indicator of your performance/improvement.  It is not intended
  304.  for use on competitive events or when comparing yourself to other golfers.
  305.  
  306.  
  307.  Average Deviation:
  308.  
  309.  Deviation is the average number of strokes you are away from your
  310.  average.  For example, if your average deviation on the front nine
  311.  is 4.4 and your average front nine score is 44 then most of your
  312.  scores are between 41.8 and 46.2.  As you score close to your average
  313.  your deviation will get smaller. This is a measure of your consistency.
  314.  The lower the number the more consistent you are.  When deviation is
  315.  shown hole by hole (on the printed reports) the number is rounded to
  316.  the nearest integer.
  317.  
  318.  
  319.  Distribution:
  320.  
  321.  This screen window shows the number and percentage of eagles,
  322.  birdies, pars etc. that you have had on the selected course. It also
  323.  graphically displays your percentages.
  324.  
  325.  Alt keys on the Distribution Screen:
  326.  
  327.  Pressing Alt A will display your score distribution for all courses
  328.  rather than just the selected course.  Pressing Alt N will advance
  329.  you to the next course in the database.  Typing Alt R will open a
  330.  window showing you the distribution of your eighteen hole averages
  331.  on all rounds within the Oldest and Newest Dates. Because different
  332.  courses may have different pars, your average is displayed as a
  333.  differential rather than an average score.  Pressing Alt G opens a
  334.  window that displays summaries for all golfers in the database using
  335.  all courses on which there are rounds entered.  Pressing any key while
  336.  this window is open presents you with sort options so you can rank
  337.  golfers.  To printout the ranking press P. Depending on your computer's
  338.  speed and the number of rounds, courses and golfers in the database,
  339.  it may take some time to make this calculation.
  340.  
  341. Printing reports:
  342.  
  343.  The program contains three different hard copy reports that follow the
  344.  subject of the main menu.
  345.  
  346.  Print Golfers: This report prints out the golfer names and the
  347.  golfer file names.  This is useful to see which golfer is assigned
  348.  to which golfer name. 
  349.  
  350.  Print Courses:  This report prints out all of the courses that have
  351.  been entered into the PGT data base.
  352.  
  353.  Print Rounds:  This report prints out all individual rounds with a
  354.  complete summary of the selected golfer on the selected course.
  355.  
  356.  
  357.  Printing Summaries:
  358.  
  359.  The Summaries listings are provided to print out a hard copy of the
  360.  summary data in four different ways. 
  361.  
  362.  Course, All Golfers: By selecting this you will get the summary for
  363.  all golfers on the currently selected course.
  364.  
  365.  Golfer, All Courses: Selecting this will print the summaries for all
  366.  of the courses the selected golfer has played.
  367.  
  368.  Selected Course and Golfer: This menu choice will print out the summary
  369.  for the selected golfer and selected course only.  This is useful if you
  370.  don't want to have all the individual rounds listed.  You can list all
  371.  individual rounds on the Print Rounds Menu Selection under the main menu
  372.  item Rounds.
  373.  
  374. Database Summary: the choice will print out the summary that includes
  375. all courses in the calculations for all golfers in the database.
  376.  
  377. Golfer Rankings: From the distribution screen you can rank all the golfers and
  378. print the sorted results by pressing the P key while the sort criteria screen is
  379. displayed.
  380.  
  381.  Hints and Tricks:
  382.  
  383.  If you use different tees at the same course you can enter two
  384.  separate courses ie: Paradise Lakes (blue) & Paradise Lakes
  385.  (White). You can get a summary of your performance including all courses
  386.  by using the Alt keys.  See the paragraphs above for more information.
  387.  You can also keep track of the cost of your rounds or lost balls as a
  388.  statistic.  Use your imagination.
  389.  
  390.  Please Comment:
  391.  
  392.  I'm interested in any comments, both pro and con about Personal Golf
  393.  Tracker.   Please forward  them to me and I'll try to include any
  394.  enhancements/corrections in future versions.
  395.  
  396.  Send electronic mail to:
  397.  
  398.  Compuserve ID# 72500,2272
  399.  GEnie ID# J.L.HANCOCK
  400.  
  401.  LICENCE AGREEMENT
  402.  PERSONAL GOLF TRACKER
  403.  
  404.  Personal golf tracker is a copyrighted program. You are encouraged
  405.  to copy and share with others the non-registered version of the
  406.  program.
  407.  
  408.  DISCLAIMER
  409.  
  410.  By accepting and using this software, you acknowledge that this
  411.  software may not suit your particular requirements or be
  412.  completely trouble free.  Properly applied this program should
  413.  operate without error.  However, I am not liable for your specific
  414.  application or problems resulting from its use.  If the Personal Golf
  415.  Tracker software does not perform as described, There is no liability
  416.  to you or any other person or entity for any damage or loss, including
  417.  special, incidental, or consequential damages, caused by this software,
  418.  directly or indirectly.  Some states do not allow the limitation or
  419.  exclusion of liability for incidental or consequential damages, so the
  420.  above limitation or exclusion may not apply to you.  This licence
  421.  agreement is governed by Tennessee law. If any part of this agreement
  422.  is found to be held invalid, the remainder will remain in effect. 
  423.  This agreement may only be modified by the written consent of the author.
  424.  
  425.  
  426.  
  427.